body {
    background: #f1f4f7;
    padding-top: 60px;
    font-size: 12px;
    color: #444444;
    font-family: "Sofia Sans", sans-serif;
}

p {
    color: #777;
}

a, a:hover, a:focus {
    color: #4f5b69;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #444444;
}

h1 {
    font-weight: 300;
    font-size: 40px;
}

h2 {
    font-weight: 300;
    margin-bottom: 20px;
}

h3, h4 {
    font-weight: 300;
    font-size: 16px;
}

.large {
    font-size: 2em;
}

.text-muted {
    color: #c5c7cc;
}

.color-gray {
    color: #444444;
}

.color-blue {
    color: #3772ff;
}

.color-teal {
    color: #1ebfae;
}

.color-orange {
    color: #ffb53e;
}

.color-red {
    color: #f9243f;
}

.no-padding {
    padding: 0;
    margin: 0;
}

.fa-xl {
    font-size: 2em;
}

.fa-icon-calendar {
	position: absolute; 
	padding-top: 15px; 
	margin-left: -20px; 
	color: #767e8c;
}

.form-control-lessmargin {
    margin-bottom: 5px;
}

.form-control-smalltext {
    /*font-weight: 400;
    font-size: 12px;*/
    font-weight: 500;
    font-size: 10px;
}

.form-control-smalltext-10px {
    /*font-weight: 400;*/
    font-weight: 500;
    font-size: 10px;
}

.form-control {
    font-weight: 500;
    font-size: 12px;
    height: auto;
	display: inline;
}

    .form-control[readonly], .form-control {
        background-color: #fff;
    }

        .form-control[disabled], fieldset[disabled] .form-control {
            background-color: #e9ecf2;
        }


.input.form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    /*height: 46px;*/
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    margin: 0px;
}

input[type=radio] {
    bottom: 2px;
}

select.form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    /*height: 46px;*/
}

.bootstrap-table input.form-control {
    height: 34px;
}

.input-group-btn .btn {
    /*height: 46px;*/
    height: 34px;
}

.form-control:focus {
    border: 1px solid #4f5b69;
    outline: 0;
    box-shadow: inset 0px 0px 0px 1px #4f5b69;
}

.has-success .form-control, .has-success .form-control:focus {
    border: 1px solid #8ad919;
}

.has-warning .form-control, .has-warning .form-control:focus {
    border: 1px solid #ffb53e;
}

.has-error .form-control, .has-error .form-control:focus {
    border: 1px solid #f9243f;
}

.navbar-custom {
    background: #ffffff; /*#3931af;*/ /*#2e353d;*/ /*#222;*/
    /*height: 60px;*/
}

.navbar-header .navbar-brand {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    height: 60px;
    padding-top: 16px;
}

    .navbar-header .navbar-brand span {
        color: #4f5b69;
    }

.navbar-toggle {
    background: rgba(255, 255, 255, 0.1);
    padding: 12px;
    margin-top: 10px;
}

    .navbar-toggle:hover {
        background: rgba(255, 255, 255, 0.05);
    }



.navbar-inpage {
    /*    
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 60px;
    */
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 60px;
    z-index: 850;
}

.navbar-inpage-topmargin {
    margin-top: 5px;
}

/*.navbar-inpage a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

        .navbar-inpage a:hover {
            background: #ddd;
            color: black;
        }*/


.icon-bar {
    /*background: #337ab7;*/
    background-color: #4f5b69;
}

.dropdown {
    background: rgba(255, 255, 255, 0.1);
    float: left;
    /*margin: 10px 8px;*/
    padding: 3px 12px;
    border-radius: 4px;
}

    .dropdown a.dropdown-toggle {
        color: #fff;
        height: 40px;
        width: 40px;
        padding-top: 11px;
        padding-left: 9px;
    }

    /*.dropdown:hover {
        color: #fff;
        background: rgba(255, 255, 255, 0.2);
    }*/

    .dropdown .label {
        top: -4px;
        left: 22px;
        padding-top: 4px;
        padding-bottom: 4px;
        position: absolute;
        border-radius: 9999px;
    }

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
    background: none;
}

.dropdown-messages {
    border: 1px solid #fff;
    width: 360px;
    background: rgba(255, 255, 255, 0.9);
    color: #444;
    font-size: 0.9em;
}

    .dropdown-messages img {
        margin: 5px 10px;
        float: left;
    }

    .dropdown-messages .message-body {
        margin: 5px;
        float: left;
        width: 280px;
    }

.dropdown small {
    color: #999;
}

.dropdown em {
    margin: 0 5px;
}

.dropdown-menu > li > a {
    padding: 5px 10px;
}

.dropdown-menu li .message-body a {
    color: #444;
}

.dropdown-menu li a:hover {
    color: #4f5b69;
    text-decoration: none;
    background: none;
}

.divider, .clear {
    clear: both;
}

.dropdown-alerts {
    border: 1px solid #fff;
    width: 260px;
    background: rgba(255, 255, 255, 0.9);
    color: #444;
    font-size: 0.9em;
}

.all-button a {
    text-align: center;
    color: #444;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
}

a.btn:hover, button:hover {
    opacity: 0.8;
}

a.btn:active, button:active {
    box-shadow: inset 0px 0px 500px rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default, .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #e9ecf2;
    border-color: #e9ecf2;
    color: #1b3548;
}

.btn-primary {
	color: #fff;
	background-color: #4f5b69;
    border-color: #4f5b69;
}
.btn-primary[disabled] {
	color: #fff;
	background-color: #4f5b69;
    border-color: #4f5b69;
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #4f5b69;
    border-color: #4f5b69;
}
.btn-primary:hover, .btn-primary.hover {
	color: #fff;
	background-color: #4f5b69;
    border-color: #4f5b69;
}
.btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #4f5b69;
  border-color: #4f5b69;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active.hover, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active.hover, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover, .open>.dropdown-toggle.btn-primary.hover {
  color: #fff;
  background-color: #4f5b69;
  border-color: #4f5b69;
}

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success, .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #8ad919;
    border-color: #8ad919;
}

.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning, .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #ffb53e;
    border-color: #ffb53e;
}

.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger, .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #f9243f;
    border-color: #f9243f;
}

.btn-link, .page-link, .text-primary {
    color: #4f5b69 !important;
}

    .btn-link:focus, .btn-link:hover, .page-link:focus, .page-link:hover, a.text-primary:focus, a.text-primary:hover {
        color: #50b3ff !important;
    }

.bg-primary {
    color: #1b3548;
    background-color: #e9ecf2;
}

a.bg-primary:hover {
    background-color: #e9ecf2;
}

.bg-success, .bg-green {
    color: #fff;
    background-color: #8ad919;
}

a.bg-success:hover, a.bg-green:hover {
    background-color: #8ad919;
}

.bg-success a, .bg-green a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-teal {
    color: #fff;
    background-color: #1ebfae;
}

a.bg-teal:hover {
    background-color: #1ebfae;
}

.bg-teal a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-info, .bg-blue {
    color: #fff;
    /*background-color: #337ab7; /*#3931af;*/ /*#30a5ff;*/
    background-color: #4f5b69;
}

a.bg-info:hover, a.bg-blue:hover {
    background-color: #4f5b69;
}

.bg-info a, .bg-blue a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-warning, .bg-orange {
    color: #fff;
    background-color: #ffb53e;
}

a.bg-warning:hover, a.bg-orange:hover {
    background-color: #ffb53e;
}

.bg-warning a, .bg-orange a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-danger, .bg-red {
    color: #fff;
    background-color: #f9243f;
}

a.bg-danger:hover, a.bg-red:hover {
    background-color: #f9243f;
}

.bg-danger a, .bg-red a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-tablerow-inactive {
	background-color: rgba(255, 242, 204, 1);
}

.bg-tablerow-default {
	background-color: rgba(173, 235, 173, 1);
}

.table-hover tbody tr:hover td {
    background: rgba(255, 242, 230, 1);
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    color: #1b3548;
    background-color: #e9ecf2;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #e9ecf2;
    }

.label-success {
    background-color: #8ad919;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #8ad919;
    }

.label-info {
    background-color: #4f5b69;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #4f5b69;
    }

.label-warning {
    background-color: #ffb53e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #f9243f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #f9243f;
    }

.panel {
    border: 0;
}

.panel-container {
    padding-top: 20px;
}

.panel-heading .fa-toggle-up, .panel-heading .fa-toggle-down {
    font-size: 17px;
}

.panel-primary > .panel-heading {
    background-color: #4f5b69;
    color: #fff;
    border: none;
}

.panel-success > .panel-heading {
    background-color: #8ad919;
    color: #fff;
    border: none;
}

.panel-info > .panel-heading {
    background-color: #4f5b69;
    color: #fff;
    border: none;
}

.panel-warning > .panel-heading {
    background-color: #ffb53e;
    color: #fff;
    border: none;
}

.panel-danger > .panel-heading {
    background-color: #f9243f;
    color: #fff;
    border: none;
}

.panel-primary .panel-settings, .panel-primary .panel-toggle, .panel-success .panel-settings, .panel-success .panel-toggle, .panel-info .panel-settings, .panel-info .panel-toggle, .panel-warning .panel-settings, .panel-warning .panel-toggle, .panel-danger .panel-settings, .panel-danger .panel-toggle {
    border: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

    .panel-primary .panel-settings:hover, .panel-primary .panel-toggle:hover, .panel-success .panel-settings:hover, .panel-success .panel-toggle:hover, .panel-info .panel-settings:hover, .panel-info .panel-toggle:hover, .panel-warning .panel-settings:hover, .panel-warning .panel-toggle:hover, .panel-danger .panel-settings:hover, .panel-danger .panel-toggle:hover {
        border: none;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.4);
    }

.panel-blue {
    background: #4f5b69;
    color: #fff;
}

.panel-teal {
    background: #1ebfae;
    color: #fff;
}

.panel-orange {
    background: #ffb53e;
    color: #fff;
}

.panel-red {
    background: #f9243f;
    color: #fff;
}

.dark-overlay {
    background: rgba(0, 0, 0, 0.05);
}

.panel-blue p, .panel-teal p, .panel-orange p, .panel-red p {
    color: rgba(255, 255, 255, 0.75);
}

.panel-heading {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.025em;
    height: 60px;
    line-height: 38px;
}

.panel-default .panel-heading {
    background: #fff;
    border-bottom: 1px solid #e9ecf2;
    color: #444444;
}

.panel-footer {
    background: #fff;
    border-top: 1px solid #e9ecf2;
}

.panel-widget {
    padding: 10px 0;
    position: relative;
    box-shadow: none;
    border-radius: 0;
    background: none;
    text-align: center;
    color: #333;
}

    .panel-widget .panel-footer {
        border: 0;
        text-align: center;
    }

.panel-footer .input-group {
    padding: 0px;
    margin: 0 -5px;
}

.panel-footer .input-group-btn:last-child > .btn, .panel-footer .input-group-btn:last-child > .btn-group {
    margin: 0;
}

.panel-widget .panel-footer a {
    color: #999;
}

    .panel-widget .panel-footer a:hover {
        color: #666;
        text-decoration: none;
    }

.panel-widget .text-muted {
    margin-top: -6px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
}

.panel-widget .large {
    color: #373b45;
    font-size: 3em;
}

.panel-settings {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .panel-settings .dropdown a.dropdown-toggle, .panel-settings a {
        padding: 0;
        background: none;
        color: #7c7c7c;
    }

    .panel-settings a, .panel-toggle {
        width: 40px;
        padding: 2px 0 0 0;
    }

        .panel-settings:hover, .panel-toggle:hover, .panel-settings .dropdown a.dropdown-toggle:hover, .panel-settings:active, .panel-toggle:active, .panel-settings .dropdown a.dropdown-toggle:active, .panel-settings:focus, .panel-toggle:focus, .panel-settings .dropdown a.dropdown-toggle:focus {
            background: #f1f4f7;
            color: #444444;
        }

.panel-settings, .panel-toggle {
    display: inline-block;
    margin: -1px -5px 0 15px !important;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #e9ecf2;
    color: #7c7c7c;
    background: #fff;
    width: 42px;
}

.panel-settings {
    width: 42px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .panel-settings li.dropdown {
        margin: 0;
        padding: 0;
    }

.dropdown-settings {
    border: 1px solid #fff;
    width: 220px;
    font-size: 0.9em;
    padding: 0;
}

    .dropdown-settings li {
        list-style: none;
        padding: 0 10px;
        width: 220px;
        height: 26px;
        line-height: 26px;
    }

    .dropdown-settings .divider {
        margin: 7px 0;
    }

    .dropdown-settings li a {
        padding: 0;
        margin: 0;
        display: inline-block;
        width: 100%;
        color: #444444;
    }

.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin: 0px;
    font-size: 14px;
}

.panel-button-tab-right {
    margin-left: 4px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.panel-button-tab-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.border-top {
    border-top: 1px solid #dadbda;
}

.border-top-2 {
    border-top: .1em solid #dadbda;
}

.border-right {
    border-right: 1px solid #dadbda;
}

.border-right-2 {
    border-right: .1em solid #dadbda;
}

.border-bottom {
    border-bottom: 1px solid #dadbda;
}

.border-bottom-2 {
    border-bottom: .1em solid #dadbda;
}

.border-left {
    border-left: 1px solid #dadbda;
}

.border-left-2 {
    border-left: .1em solid #dadbda;
}

.panel .border-top, .panel .border-right, .panel .border-bottom, .panel .border-left {
    border-color: #e9ecf2;
}

.article {
    padding: 10px 0;
}

    .article:first-child {
        padding: 0 0 10px 0;
    }

    .article h4 {
        margin-bottom: 10px;
    }

    .article .date {
        text-align: center;
        margin: 5px auto;
        display: block;
    }

        .article .date .text-muted {
            margin-top: -5px;
        }

.panel .tabs {
    margin: 0;
    padding: 0;
}

.nav-tabs {
    background: #f2f3f2;
    border: 0;
}

    .nav-tabs li a:hover {
        background: #fff;
    }

    .nav-tabs li a, .nav-tabs li a:hover, .nav-tabs li.active a, .nav-tabs li.active a:hover {
        border: 0;
        padding: 15px 20px;
    }

    .nav-tabs li.active a {
        color: #4f5b69;
    }

    .nav-tabs li a {
        color: #999;
    }

.nav-pills {
    padding: 15px;
    padding-bottom: 0;
}

    .nav-pills li a, .nav-pills li a:hover, .nav-pills li.active a, .nav-pills li.active a:hover {
        border: 0;
        padding: 7px 15px;
    }

        .nav-pills li.active a, .nav-pills li.active a:hover {
            background: #4f5b69;
        }

.tab-content {
    padding: 15px;
}

.navbar {
    border: 0;
    border-bottom: 1px solid #e9ecf2;
}

    .navbar input {
        border: 0;
        background: #444;
        color: #fff;
    }

        .navbar input:focus {
            color: #fff;
            background: #555;
            border: 1px solid #4f5b69;
            outline: 0;
            box-shadow: inset 0px 0px 0px 1px #4f5b69;
        }

.user-menu {
    display: inline-block;
    margin-top: 14px;
    margin-right: 10px;
    float: right;
    list-style: none;
    padding: 0;
}

    .user-menu a {
        color: #fff;
    }

        .user-menu a:hover, .user-menu a:focus {
            text-decoration: none;
        }

.profile-sidebar {
    padding: 15px 0;
    border-bottom: 1px solid #e9ecf2;
}

.indicator {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 9999px;
    margin-right: 5px;
}

.profile-userpic img {
    float: left;
    margin: 10px 5px 10px 5px;
    width: 40px;
    height: 40px;
    border-radius: 9999px !important;
}

.profile-usertitle {
    float: left;
    text-align: left;
    margin: 10px 5px 10px 5px;
}

.profile-usertitle-name {
    font-size: 13px;
	font-weight: 600;
    margin-bottom: 0px;
	color: #4f5b69;
}

.profile-usertitle-status {
    color: #4f5b69; /*#AAA;*/
    font-size: 12px;
    font-weight: 500;
    margin: 10px 5px 10px 5px;
}

.breadcrumb {
    border-radius: 0;
    padding: 5px 10px 5px 10px;
    background: #e9ecf2;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.breadcrumb-new {
    overflow: hidden;
    position: fixed;
    top: 0;
    margin-top: 60px;
    z-index: 850;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
}

.pagenav {
    font-size: 12px;
    font-weight: 500;
    background-color: #ffffff;
    position: fixed;
    margin-top: 60px;
    top: 0;
    z-index: 850;
}

.breadcrumb-new-bkgcolor {
    background: #e9ecf2;
}

h1.page-header {
    margin-top: 20px;
    border-bottom: 0;
}

.main-chart {
    background: #fff;
}

.easypiechart-panel {
    text-align: center;
    padding: 1px 0;
    margin-bottom: 20px;
}

.placeholder h2 {
    margin-bottom: 0px;
}

.donut {
    width: 100%;
}

.easypiechart {
    position: relative;
    text-align: center;
    width: 160px;
    height: 120px;
    margin: 10px auto 10px auto;
}

    .easypiechart .percent {
        display: block;
        position: absolute;
        font-size: 26px;
        top: 38px;
        width: 120px;
    }


    .easypiechart .amount {
        display: block;
        position: absolute;
        font-size: 14px;
        top: 20px;
        width: 160px;
    }

#easypiechart-blue .percent {
    color: #3772ff;
}

#easypiechart-teal .percent {
    color: #1ebfae;
}

#easypiechart-orange .percent {
    color: #ffb53e;
}

#easypiechart-red .percent {
    color: #ef4040;
}

.easypiechart-blue .amount {
    color: #3772ff;
}

.easypiechart-teal .amount {
    color: #1ebfae;
}

.easypiechart-orange .amount {
    color: #ffb53e;
}

.easypiechart-red .amount {
    color: #ef4040;
}

#calendar, .datepicker-inline {
    width: 100%;
}

    #calendar table {
        width: 100%;
    }

.datepicker-switch {
    font-size: 16px;
    height: 46px !important;
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: #c5c7cc;
}

.datepicker table tr td {
    padding: 10px !important;
}

    .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
        color: #ffffff;
        background-color: #4f5b69;
        text-shadow: none;
        border-color: #285e8e;
    }

    .datepicker table tr td span:hover, .datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover, .datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
        background: rgba(0, 0, 0, 0.05);
    }

.todo-list {
    padding: 0;
    margin: -15px;
    background: #fff;
    color: #444444;
}

    .todo-list .checkbox input[type=checkbox] {
        margin: 0;
    }

    .todo-list .checkbox {
        display: inline-block;
        margin: 0px;
    }

.panel-body input[type=checkbox]:checked + label {
    /*text-decoration: line-through;*/
    color: #777;
}

.todo-list-item {
    list-style: none;
    line-height: 0.9;
    padding: 14px 15px 8px 15px;
}

    .todo-list-item:hover, a.todo-list-item:focus {
        text-decoration: none;
        background-color: #f6f6f6;
    }

.todo-list .fa-trash {
    color: #444444;
}

    .todo-list .fa-trash:hover {
        color: #ef4040;
    }

.chat .panel-body ul {
    list-style: none;
    margin: -15px;
    padding: 15px;
}

    .chat .panel-body ul li {
        margin-bottom: 10px;
        padding: 5px 5px;
        border-bottom: 1px solid #e9ecf2;
    }

.chat ul li.left .chat-body {
    margin-left: 80px;
}

.chat ul li.right .chat-body {
    margin-right: 80px;
}

.chat ul li .chat-body p {
    margin: 0;
}

.chat .panel-body {
    overflow-y: scroll;
    height: 500px;
    border: 1px solid #e9ecf2;
}

.chat-small .panel-body {
    overflow-y: scroll;
    height: 300px;
    border: 1px solid #e9ecf2;
}

.chat-body small {
    margin-left: 5px;
}

.table {
    background: #fff;
	margin-bottom: 1px;
}

.fixed-table-container {
    border: 1px solid #e9ecf2;
}

    .fixed-table-container thead th {
        background: #f7f7f8;
        border-color: #ddd;
        color: #444444;
        font-weight: 300;
        font-size: 16px;
    }

    .fixed-table-container tbody td {
        border: 1px solid #e9ecf2;
    }

        .fixed-table-container tbody td:last-child {
            border-right: none;
        }



.table > thead > tr > th {
    border-bottom: 1px solid #e6e7e8;
    vertical-align: middle;
    padding: 4px 4px 4px 8px;
    /*height: 50px;*/
}

.table-thead-label {
	background-color: #cbdbf4;
}

.table > tbody > tr > td {
    border-bottom: 1px solid #e6e7e8;
    vertical-align: middle;
    padding: 4px 4px 4px 8px;
    /*height: 50px;*/
}

.tablerow-bg-custom {
    background-color: beige;
}



.fixed-table-pagination .pagination {
    margin-top: 10px;
    margin-bottom: 0px;
}

.fixed-table-pagination .pagination-detail {
    margin-top: 20px;
}




.glyphicon.fast-right-spinner {
    -webkit-animation: glyphicon-spin-r 1s infinite linear;
    animation: glyphicon-spin-r 1s infinite linear;
}

@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

label.labelred {
    font-size: 12px;
    font-weight: 600;
    color: tomato;
}

span.labelred {
    font-size: 12px;
    font-weight: 600;
    color: tomato;
}

span.labelredxl {
    font-size: 16px;
    font-weight: 600;
    color: tomato;
}

.labelnormalsmall {
    font-weight: 500;
    font-size: 12px;
}

span.labelnormalsmall {
    font-weight: 500;
    font-size: 12px;
}

label.labelnormalsmall {
    font-weight: 500;
    font-size: 12px;
}

.labelnormal {
    font-weight: 600;
    font-size: 14px;
}

span.labelnormal {
    font-weight: 600;
    font-size: 14px;
}

label.labelnormal {
    font-weight: 600;
    font-size: 14px;
}

.label_fa {
    font-size: 14px;
}

span.label_fa {
    font-size: 14px;
}

label.label_fa {
    font-size: 14px;
}

.labelnormal-l {
    font-weight: 500;
    font-size: 12px;
}

span.labelnormal-l {
    font-weight: 500;
    font-size: 12px;
}

label.labelnormal-l {
    font-weight: 500;
    font-size: 12px;
}

.labelnormalxl {
    font-weight: 600;
    font-size: 16px;
}

span.labelnormalxl {
    font-weight: 600;
    font-size: 16px;
}

label.labelnormalxl {
    font-weight: 600;
    font-size: 16px;
}

.labelnormalxxl {
    font-weight: 600;
    font-size: 18px;
}

span.labelnormalxxl {
    font-weight: 600;
    font-size: 18px;
}

label.labelnormalxxl {
    font-weight: 600;
    font-size: 18px;
}

.labelnormal-h2color {
    font-weight: 600;
    font-size: 12px;
    color: #777;
}

span.labelnormal-h2color {
    font-weight: 600;
    font-size: 12px;
    color: #777;
}

label.labelnormal-h2color {
    font-weight: 600;
    font-size: 12px;
    color: #777;
}

.labelnormalxl-h2color {
    font-weight: 600;
    font-size: 16px;
    color: #777;
}

span.labelnormalxl-h2color {
    font-weight: 600;
    font-size: 16px;
    color: #777;
}

label.labelnormalxl-h2color {
    font-weight: 600;
    font-size: 16px;
    color: #777;
}

.labelnormall-h2color-fff {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

span.labelnormall-h2color-fff {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

label.labelnormall-h2color-fff {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.labelnormalxxl-h2color {
    font-weight: 600;
    font-size: 18px;
    color: #777;
}

span.labelnormalxxl-h2color {
    font-weight: 600;
    font-size: 16px;
    color: #777;
}

label.labelnormalxxl-h2color {
    font-weight: 600;
    font-size: 18px;
    color: #777;
}

.bootstrap-dialog .bootstrap-dialog-title {
    font-size: 14px;
    font-weight: 600;
}

.bootstrap-dialog .bootstrap-dialog-message {
    font-size: 12px;
    font-weight: 600;
}

.chkbox {
	display: block;
}
.chkbox input {
    margin-top: 5px;
    margin-bottom: 5px;
}

.chkbox label {
    display: inline;
    font-size: 12px;
    font-weight: 600;
}

.col-lesspadding {
    padding-left: 5px;
    padding-right: 5px;
}

.col-lesspadding-left {
    padding-left: 5px;
}

.col-lesspadding-right {
    padding-right: 5px;
}

.row-griddata {
    border-bottom: 1px solid #e9ecf2;
    margin-top: 15px;
}

.footer-plain {
    /*position: fixed;
    bottom: 0;*/
    background: #ffffff;
    width: 100%;
    z-index: 900;
    text-align: center;
}

.footer-plain-bottom {
    position: fixed;
    bottom: 0;
    background: #ffffff;
    width: 100%;
    z-index: 900;
    text-align: center;
}

.footer {
    position: fixed;
    bottom: 0;
    background: #e9ecf2;
    width: 100%;
    z-index: 900;
}

p.back-link {
    text-align: right;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 12px;
    font-size: 8px;
    text-transform: uppercase;
}

p.back-link-center {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 8px;
    text-transform: uppercase;
}




.modal {
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}



.sidebar {
    display: block;
    padding: 0;
    display: none;
    box-shadow: none;
    background: #f7f7f7;
}

    .sidebar ul {
        margin: 20px 0px;
    }

    .sidebar form {
        padding: 10px 0 0 0;
        margin: 10px 10px 20px 10px;
    }

    .sidebar ul.nav a:hover, .sidebar ul.nav li.parent ul li a:hover {
        text-decoration: none;
        background-color: #4f5b69;
        color: #fff;
    }

    .sidebar ul.nav .active a, .sidebar ul.nav li.parent a.active, .sidebar ul.nav .active > a:hover, .sidebar ul.nav li.parent a.active:hover, .sidebar ul.nav .active > a:focus, .sidebar ul.nav li.parent a.active:focus {
        color: #fff;
        background-color: #4f5b69;
    }

    .sidebar ul.nav ul, .sidebar ul.nav ul li {
        list-style: none;
        list-style-type: none;
    }

    .sidebar ul.nav li a {
        height: 50px;
        font-size: 15px;
        line-height: 2em;
        color: #444444;
    }

    .sidebar ul.nav ul.children {
        width: auto;
        padding: 0;
        margin: 0;
        background: #f9f9f9;
    }

        .sidebar ul.nav ul.children li a {
            height: 40px;
            background: #f1f4f7;
            color: #444444;
        }

    .sidebar ul.nav li.current a {
        background-color: #ffffff;
        color: #fff !important;
    }

    .sidebar ul.nav li.parent ul li a {
        border: none;
        display: block;
        padding-left: 30px;
        line-height: 40px;
        border-radius: 0;
    }

    .sidebar ul.nav li.divider {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0px 0;
    }

.nav-side-menu {
    overflow: auto;
    /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 12px;
    font-weight: 500;
    background-color: #f7f7f7; /*#337ab7;*/ /*#3931af;*/ /*#2e353d;*/ /*#30a5ff;*/ /*mediumslateblue;*/
    position: fixed;
    /*top: 0px;*/
    /*width: 300px;*/
    /*width: 16.66666667%;*/
    height: 100%;
    color: #000000;
}

    .nav-side-menu .brand {
        background-color: #23282e;
        line-height: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
        cursor: pointer;
        /*.collapsed {
           .arrow:before {
                     font-family: FontAwesome;
                     content: "\f053";
                     display: inline-block;
                     padding-left:10px;
                     padding-right: 10px;
                     vertical-align: middle;
                     float:right;
            }
        }*/
    }

        /*.nav-side-menu ul :not(collapsed) .arrow:before,
        .nav-side-menu li :not(collapsed) .arrow:before {
            font-family: "Font Awesome 5 Free";
			content: "\f107";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            float: right;
        }*/

        .nav-side-menu ul .active,
        .nav-side-menu li .active {
            /*border-left: 3px solid #d19b3d;*/
            background-color: #4f5b69;
			color: #ffffff;
        }

        .nav-side-menu ul .sub-menu li.active,
        .nav-side-menu li .sub-menu li.active {
            /*color: #d19b3d;*/
            /*border-left: 3px solid #d19b3d;*/
            background-color: #4f5b69;
			color: #ffffff;
        }

            .nav-side-menu ul .sub-menu li.active a,
            .nav-side-menu li .sub-menu li.active a {
                /*color: #d19b3d;*/
				color: #ffffff;
            }

        .nav-side-menu ul .sub-menu li,
        .nav-side-menu li .sub-menu li {
            list-style: none;
            background-color: #ffffff; /*#337ab7;*/ /*#3931af;*/ /*#181c20;*/
            border: none;
            line-height: 28px;
            /*border-bottom: 1px solid #23282e;*/
            margin-left: 0px;
        }

            .nav-side-menu ul .sub-menu li:hover,
            .nav-side-menu li .sub-menu li:hover {
                background-color: #4f5b69;
				color: #ffffff;
                /*#020203;*/
            }

            .nav-side-menu ul .sub-menu li:before,
            .nav-side-menu li .sub-menu li:before {
                list-style: none;
                /*font-family: FontAwesome;
                content: "\f105";*/
                display: inline-block;
                padding-left: 10px;
                padding-right: 10px;
                vertical-align: middle;
            }

    .nav-side-menu li {
        padding-left: 0px;
        border-left: 3px solid #2e353d;
        /*border-bottom: 1px solid #23282e;*/
    }

        .nav-side-menu li a {
            display: block;
            text-decoration: none;
            color: #000000;
        }
		
            .nav-side-menu li a i {
                padding-left: 10px;
                width: 20px;
                padding-right: 20px;
            }
			
			.nav-side-menu li.active a {
				color: #ffffff;
			}
			
			.nav-side-menu li a:hover {
				color: #ffffff;
			}
			
			.nav-side-menu li .collapsed li:hover {
				color: #ffffff;
			}
			
        .nav-side-menu li:hover {
            /*border-left: 3px solid #d19b3d;*/
            background-color: #ffffff; /*#337ab7;*/ /*#3931af;*/ /*#4f5b69;*/
            /*-webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;*/
			color: #000000;
        }

    .nav-side-menu::-webkit-scrollbar-track {
        /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
        /*background-color: #F5F5F5;*/
    }

    .nav-side-menu::-webkit-scrollbar {
        width: 1px;
        /*background-color: #F5F5F5;*/
    }

    .nav-side-menu::-webkit-scrollbar-thumb {
        /*background-color: #d19b3d;*/
    }

.menu-list > ul > li > a:hover {
	color: #ffffff;
	background-color: #4f5b69;
}

.menu-list > ul > li.active {
	color: #ffffff;
	background-color: #4f5b69;
}


.confirmmessage-dialog .modal-header {
    background-color: #4f5b69;
}
.bootstrap-dialog.type-primary .modal-header {
    background-color: #4f5b69;
}
.modal-header {
    background-color: #4f5b69;
}

/* breadcrumbs-menu */
/*ANY CHANGE HERE SHOULD ALSO BE UPDATED IN CUSTOM.JS*****************************************************/
.breadcrumbs-menu {
    position: fixed;
    right: 10px;
    top: 80px;
    transition: background 0.5s;
}

    .breadcrumbs-menu .iconimage {
        /*background: #337ab7;*/
        background-color: #4f5b69;
        padding: 6px 12px 9px 12px;
        font-size: 14px;
        border-radius: 10px;
        float: right;
        color: #fff;
    }

    /*.breadcrumbs-menu:focus {
        background: #337ab7;
        color: #fff;
        outline: none;
    }*/

    /*.breadcrumbs-menu:hover {
        background: #337ab7;
        color: #fff;
    }*/

    .breadcrumbs-menu .dropdown {
        position: relative;
        display: inline-block;
    }

    .breadcrumbs-menu .dropdown-content {
        display: none;
        /*position: absolute;*/
        /*background-color: #337ab7;*/
        /*border-radius: 10px;*/
        /*min-width: 160px;*/
        /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    }

        .breadcrumbs-menu .dropdown-content a {
            color: #ffffff;
            background-color: #4f5b69; /*#337ab7;*/
            margin: 3px 3px 3px 3px;
            padding: 6px 16px 6px 8px;
            border-radius: 10px;
            text-decoration: none;
            display: block;
        }

            .breadcrumbs-menu .dropdown-content a:hover {
                border-radius: 10px;
                background-color: #4f5b69;
            }

.show {
    display: block;
}
/* breadcrumbs-menu */



/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #4f5b69;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 10px;
    bottom: 20px;
    transition: background 0.5s;
}

    .back-to-top:focus {
        background: #4f5b69;
        color: #fff;
        outline: none;
    }

    .back-to-top:hover {
        /*background: #337ab7;*/
        background-color: #4f5b69;
        color: #fff;
    }

@media (min-width: 768px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }

    .sidebar {
        display: block;
        position: fixed;
        top: 60px;
        bottom: 0;
        left: 0;
        z-index: 950;
        display: block;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .navbar-header {
        width: 100%;
    }

    .redasterisk {
        color: red;
        font-size: 0.75rem;
    }

    .paypagelogo {
        /*max-width: 90%;*/
        /*max-height: 90%;*/
        /*margin-left: 25px;
        margin-top: 25px;*/
    }

    .paypageheading {
        font-weight: 600;
        font-size: 16px;
    }

    .paymentmode input {
        display: inline;
        margin-right: 1em;
    }

    .paymentmode label {
        display: inline;
        margin-right: 2em;
    }

    .paypage-header-label {
        font-weight: 600;
        font-size: 14px;
    }

    span.paypage-header-label {
        font-weight: 600;
        font-size: 14px;
    }

    label.paypage-header-label {
        font-weight: 600;
        font-size: 14px;
    }

    .form-control-paypage {
        font-weight: 600;
        font-size: 14px;
        padding: 3px 6px;
    }
}

@media (max-width: 767px) {
    .nav-side-menu {
        position: fixed;
        width: 60%;
        margin-bottom: 10px;
        z-index: 990;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 995 !important;
            padding: 3px;
            background-color: #ffffff;
            color: #000;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }

    .redasterisk {
        color: red;
        font-size: 0.5rem;
    }

    .paypagelogo {
        /*max-width: 90%;*/
        /*max-height: 90%;*/
        /*margin-left: 10px;
        margin-top: 10px;*/
    }

    .paypageheading {
        font-weight: 600;
        font-size: 12px;
        text-align: center;
    }

    .paymentmode input {
        display: inline;
        margin-right: 0.5em;
    }

    .paymentmode label {
        display: inline;
        margin-right: 0.5em;
    }

    .labelnormal {
        font-size: 12px;
        font-weight: 500;
    }

    label.labelnormal {
        font-size: 12px;
        font-weight: 500;
    }

    span.labelnormal {
        font-size: 12px;
        font-weight: 500;
    }

    .labelnormalsmall {
        font-size: 12px;
        font-weight: 500;
    }

    label.labelnormalsmall {
        font-size: 12px;
        font-weight: 500;
    }

    span.labelnormalsmall {
        font-size: 12px;
        font-weight: 500;
    }

    .paypage-header-label {
        font-weight: 600;
        font-size: 12px;
    }

    span.paypage-header-label {
        font-weight: 600;
        font-size: 12px;
    }

    label.paypage-header-label {
        font-weight: 600;
        font-size: 12px;
    }

    .form-control-paypage {
        font-weight: 500;
        font-size: 10px;
        padding: 0px;
    }

    .panel-heading {
        font-weight: 600;
        font-size: 14px;
    }

    .breadcrumb {
        font-size: 10px;
        font-weight: 500;
    }

    .breadcrumb-new {
        font-size: 10px;
        font-weight: 500;
    }

    body p {
        font-weight: 500;
        font-size: 12px;
    }
}








.ajax-file-upload-statusbar {
    border: 1px solid #0ba1b5;
    margin-top: 10px;
    width: 420px;
    margin-right: 10px;
    margin: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 5px 15px
}

.ajax-file-upload-filename {
    width: 300px;
    height: auto;
    margin: 0 5px 5px 0px;
}

.ajax-file-upload-filesize {
    width: 50px;
    height: auto;
    margin: 0 5px 5px 0px;
    display: inline-block;
    vertical-align: middle;
}

.ajax-file-upload-progress {
    margin: 5px 10px 5px 0px;
    position: relative;
    width: 250px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    display: inline-block;
    color: #FFFFFF;
}

.ajax-file-upload-bar {
    background-color: #0ba1b5;
    width: 0;
    height: 20px;
    border-radius: 3px;
    color: #FFFFFF;
}

.ajax-file-upload-percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%
}

.ajax-file-upload-red {
    -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
    -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
    box-shadow: inset 0 39px 0 -24px #e67a73;
    background-color: #e4685d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #b23e35;
    cursor: pointer;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
}

.ajax-file-upload-green {
    background-color: #77b55a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 1px 0 #5b8a3c;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
}

.ajax-file-upload {
    font-size: 14px;
    font-weight: bold;
    padding: 15px 20px;
    cursor: pointer;
    line-height: 20px;
    height: 25px;
    margin: 0 10px 10px 0;
    display: inline-block;
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #888;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 2px 0 0 #e8e8e8;
    -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
    box-shadow: 0 2px 0 0 #e8e8e8;
    padding: 6px 10px 4px 10px;
    color: #fff;
    background: #4f5b69;
    border: none;
    -moz-box-shadow: 0 2px 0 0 #4f5b69;
    -webkit-box-shadow: 0 2px 0 0 #4f5b69;
    box-shadow: 0 2px 0 0 #4f5b69;
    vertical-align: middle;
}

    .ajax-file-upload:hover {
        background: #4f5b69;
        -moz-box-shadow: 0 2px 0 0 #4f5b69;
        -webkit-box-shadow: 0 2px 0 0 #4f5b69;
        box-shadow: 0 2px 0 0 #4f5b69;
    }

.ajax-upload-dragdrop {
    border: 2px dotted #A5A5C7;
    width: 300px;
    color: #DADCE3;
    text-align: left;
    vertical-align: middle;
    padding: 10px 10px 0px 10px;
}

.state-hover {
    border: 2px solid #A5A5C7;
}

.ajax-file-upload-container {
    margin: 20px 0px 20px 0px;
}






.select2-container--default .select2-results__option--highlighted[aria-selected] {
     background-color: #4f5b69;
     color: #ffffff;
}

